home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 001-025 / scopedisk7 / rxutil / ports2.rexx < prev    next >
OS/2 REXX Batch file  |  1995-03-18  |  132b  |  5 lines

  1. /* ports2 - send packet to test.rexx */
  2. say 'sending message to ports.rexx'
  3. address 'testport' 'This should print from ports.rexx'
  4.  
  5.